home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / ddj0897.zip / RCSC.ZIP / BIN / RCSC.CFG < prev    next >
Text File  |  1997-01-12  |  529b  |  18 lines

  1. ;;CLITBEG is the starting location of literals in code segment
  2. ;;program immediately follows the literals
  3. CLITBEG=80h
  4.  
  5. ;;LASTROM is the highest ROM location (code segment)
  6. LASTROM=32767
  7.  
  8. ;;DVARBEG is the starting location of variables in xdata segment
  9. ;;it must not be set to 0 because the NULL pointer is defined as 0
  10. ;;the heap and stacks immediately follow the varaibles
  11. DVARBEG=2
  12.  
  13. ;;LASTRAM is the highest RAM location (xdata segment)
  14. LASTRAM=65535
  15.  
  16. ;;STKSIZE is the default stack size for tasks
  17. STKSIZE=256
  18.